home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000223_news@newsmaster….columbia.edu _Fri Feb 13 11:36:44 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA11955
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 13 Feb 1998 11:36:24 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA04610
  7.     for kermit.misc@watsun; Fri, 13 Feb 1998 11:36:23 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!newsxfer3.itd.umich.edu!rill.news.pipex.net!pipex!main.de.uu.net!news.sni.de!news.siemens.de!news.mch.sni.de!michel
  9. From: Michel.Dalle@sni.be (Michel Dalle)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Catching 'send' errors in a script ? -> 'xfermsg'
  12. Date: Fri, 13 Feb 1998 18:28:04 GMT
  13. Organization: Siemens Nixdorf
  14. Lines: 16
  15. Message-ID: <6c1s1k$81b$1@horus.mch.sni.de>
  16. References: <6c1per$3an$1@horus.mch.sni.de>
  17. NNTP-Posting-Host: michel.ch.sni.be
  18. X-Newsreader: News Xpress 2.01
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:8409
  20.  
  21. In article <6c1per$3an$1@horus.mch.sni.de>, Michel.Dalle@sni.be (Michel Dalle) wrote:
  22. >I've been testing Kermit 95 on Windows 95 recently and got stuck on the 
  23. >following stupid problem : catching an error message generated during a 'send' 
  24. >command.
  25. >...
  26. >I've tried writing the 'errstring' variable to file, and even the 'input' 
  27. >variable, but neither contains that error message. In which variable is that 
  28. >error message stored then ?
  29.  
  30. Sorry to have troubled everybody, the answer is the 'xfermsg' variable, and it 
  31. seems to work too !
  32.  
  33. (I found it in ckermit2.upd of the patch for Kermit 95 version 1.1.15...)
  34.  
  35.  
  36. Michel.